home *** CD-ROM | disk | FTP | other *** search
-
-
-
- WISH User Commands WISH
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- wish - Simple windowing shell
-
- SSYYNNOOPPSSIISS
- wwiisshh ?_o_p_t_i_o_n_s?
-
- OOPPTTIIOONNSS
- --ddiissppllaayy _d_i_s_p_l_a_y
- Display (and screen) on which to display win-
- dow.
-
- --ffiillee _f_i_l_e_N_a_m_e Read commands from _f_i_l_e_N_a_m_e rather than stan-
- dard input. The last element in _f_i_l_e_N_a_m_e
- will be used as the title for the application
- and name of its interpreter for sseenndd commands
- (unless overridden by the --nnaammee option).
-
- --ggeeoommeettrryy _g_e_o_m_e_t_r_y
- Initial geometry to use for window.
-
- --nnaammee _n_a_m_e Use _n_a_m_e as the title to be displayed in the
- window, and as the name of the interpreter
- for sseenndd commands.
-
- --ssyynncc Execute all X server commands synchronously,
- so that errors are reported immediately.
- This will result in much slower execution,
- but it is useful for debugging.
-
- --hheellpp Print a summary of the command-line options
- and exit.
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- WWiisshh is a simple program consisting of the Tcl command
- language, the Tk toolkit, and a main program that reads com-
- mands from standard input or from a file. If wwiisshh is
- invoked with no arguments, it creates a small window and
- reads Tcl commands interactively from standard input. It
- will continue processing commands until all windows have
- been deleted or until end-of-file is reached on standard
- input.
-
- If the --ffiillee option is provided to Tk, then it reads Tcl
- commands from the file named in the --ffiillee option. These
- commands will normally create an interactive interface con-
- sisting of one or more widgets. When the end of the command
- file is reached, wwiisshh will continue to respond to X events
- until all windows have been deleted.
-
-
-
- Sprite v1.0 1
-
-
-
-
-
-
- WISH User Commands WISH
-
-
-
- The wwiisshh program provides a few Tcl commands in addition to
- those already provided by the Tcl and Tk libraries. How-
- ever, these commands are intended for debugging purposes
- only and should not be widely used. In particular, they
- will probably be eliminated in some future release. If you
- wish to use these commands you'll have to read the code to
- see what they do.
-
-
- KKEEYYWWOORRDDSS
- shell, toolkit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v1.0 2
-
-
-
-